EMT Practice Test

1. Question Content...


Question List

Question1: Who can see the Advanced button in button on the Commit Changes page?

Question2: Within the same sprint, Debbie added, a defaultPhone method and Dave added a defaultUrl method, both to the account operations class. Since, Debbie and Dave are working in their individual sandboxes, after promoting the second user story, a Git conflict arose. They leamed up to solve the conflict using Copado's online conflict resolution feature. What happens when both user stories are mass back-promoted?

Question3: After pushing changes using the Copado CLI, you notice that the feature branch is being merged to a different environment branch in your remote repository. What could be the reason behind this?

Question4: Debbie comitted some changes to the Opportunity Layout but, after deploying her changes from DEV to INT, she found her changes were not there due to an auto-resolved Git conflict she was not aware of. How can she prevent this from happening again in all future promotions?

Question5: Debbie and Dave were modifying the same Apex class on their individual sandboxes, Debbie deployed first without any issue, but when Dave tried to deploy, a Git conflict arose, so they teamed up and resolved it manually with Copado's online conflict resolution feature. What happens when both user stories are moved to the next environment?

Question6: Why the commits on a user story could display the status Commit not in branch?

Question7: For which of the following components is it not recommended to use auto-resolve? Select all that apply!
You have reached the max number of allowed answers

Question8: Rob is deploying an important release from uat to production and would like to temporarily freeze some users to ensure they don't make any changes during the release window that could have a negative impact on the release. What would be the easiest way to do this?

Question9: Which of the following expressions is a correct regex expression that finds the value in the required tag of a field?

Question10: When working with data templates, how can you avoid getting validation rule errors when deploying your templates to the next environment?

Question11: You have a PMD static code analysis rule with priority 1. If this rule is violated once, what will be the violation score?

Question12: Dave is getting an error message when trying to promote and deploy his Apex classes and components to the integration environment. What could be the issue? Select all that apply!

Question13: You have created two different Account page layouts in Dev1, one for sales reps and and another one for the support team. You have committed the two page layouts on a user story and you are ready to deploy them to the next environment. However, the sales manager makes a last-minute decision for his team to continue using the standard Account page layout for now. What is the easiest way to prevent the sales reps layout from being deployed while deploying the support team layout?

Question14: Dave is taking a look at some of the data they have imported from production to dev2 for testing purposes using data templates, and he has noticed the data in some of the fields doesn't match that of the production environment. What could be the reason for this? Select all that apply!
You have reached the max number of allowed answers

Question15: As part of your development process, developers can only create scratch orgs from Git packages. How can you ensure that developers can't select a different metadata source?

Question16: Rob's team wants to use data templates to import actual data into dev1 in order to test a feature they have developed in that environment. What is the easiest way for them to ensure no sensitive data is imported into dev1? Select all that apply!

Question17: Which of the following examples could potentially create a Git conflict?

Question18: Rob wants to deploy a data template to production and wants to disable active validation rules in production to make sure the template is successfully migrated. To this end, he creates a Manual Task deployment step. and then adds a Data Template deployment step. What would be the deployment process in this case?

Question19: Your company has had many issues with governor limits in the past, so you have been requested to give the highest relevance to the PMD rule Avoid making DML operations in Apex Class. How can you do this?

Question20: You would like to receive an alert whenever the static code analysis score of a user story is above 15. How you can achieve this?

Question21: Dave comitted a new method on the AccountOperations class but, after deploying his changes from DEV to INT, he found his changes were not there due to an auto-resolved Git conflict he was not aware of. What could he have done to prevent this from happening just in this particular promotion?

Question22: While having work in progress in dev1, you are trying to deploy a small change to the Admin profile using the Copado CLI. After pushing and validating your changes, the validation deployment is failing. why?

Question23: What happens with a component that is added to the .gitignore file and is later committed on a user story?

Question24: Dave has set up the following connection behavior in INT:

He has created a new profile in dev1 and is going to commit it on a user story. What will happen after he clicks on Submit Changes?

Question25: When deploying US1 and US2 in the same promotion, the old code in US2 is overwritting the most up-to-date code in US1. How can a developer resolve this issue?

Question26: You want to give an existing PMD rule the lowest priority. How can you do this?

Question27: Rob would like to define the following quality gates:
1. Run an Apex Test with Validation for Apex classes and triggers.
2. Run a Compliance Check for profiles and permission sets.
What is the minimum number of metadata groups he needs to create?

Question28: You have been assigned the task of deleting a custom field. After deleting the custom field in a sandbox, you have created a user story to delete the field in Git and in upper environments, but you refreshed the medata grid before selecting the custom field. What can you do now in order to perform a destructive changes commit of the field? Select all that apply!